-
Hugging Face 设置镜像地址
Windows(PowerShell)永久设置 setx HF_ENDPOINT "https://hf-mirror.com" Linux/macOS 下载超时相关环境变量。 HF_HUB_DO
2026-04-29, Views: 912 , Topics: Hugging Face 镜像
-
Hugging Face git lfs 下载大模型文件
安装 macOS brew install git-lfs Windows git lfs install 下载 git lfs install git clone https://huggin
2024-10-21, Views: 2210 , Topics: Hugging Face Git
-
使用 llama.cpp 将 Hugging Face 模型转为 GGUF 格式
clone git repo git clone https://github.com/ggerganov/llama.cpp.git 安装 Python 依赖 进入到llama.cpp文件夹 p
2024-10-10, Views: 9227 , Topics: llama.cpp Hugging Face AI